home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / Athena_Design / Mesa / Mesa.app / English.lproj / Shapes.nib / data.classes next >
Text File  |  1993-06-05  |  500b  |  35 lines

  1. BoxShapeView = {
  2.     SUPERCLASS = ShapeView;
  3. };
  4. ButtonShapeView = {
  5.     SUPERCLASS = ShapeView;
  6. };
  7. FirstResponder = {
  8.     ACTIONS = {
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. Shapes = {
  13.     ACTIONS = {
  14.     };
  15.     OUTLETS = {
  16.     window;
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. LineShapeView = {
  21.     SUPERCLASS = ShapeView;
  22. };
  23. TextShapeView = {
  24.     SUPERCLASS = ShapeView;
  25. };
  26. OvalShapeView = {
  27.     SUPERCLASS = ShapeView;
  28. };
  29. CurveShapeView = {
  30.     SUPERCLASS = ShapeView;
  31. };
  32. ShapeView = {
  33.     SUPERCLASS = View;
  34. };
  35.